home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / MacODBC / ODBC Tools / SampleSetup / Sources / DBMSSetup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-17  |  244 b   |  17 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    DBMSsetup.h
  3.  *
  4.  *    (c) Apple Computer, Inc 1993
  5.  */
  6.  
  7. #ifndef DBMSSETUP_H
  8. #define DBMSSETUP_H
  9.  
  10. #ifndef SAMPLESETUP_H
  11. #include "SampleSetup.h"
  12. #endif
  13.  
  14. Boolean DoDBMSsetup(WindowPtr parentWindow, DataSourceInfo *info);
  15.  
  16. #endif // DBMSSETUP_H
  17.